!!
!! Xmodmap: Some Settings for a Intel based PC and keyboard
!!
!! Note: the scan codes of the keys (keycode) used here
!!       are specific for PC and compatible keyboards.
!!
!! by werner 1993, 1997-99

!!
!! Backarrow key is symbol BackSpace
!! Modifiers for backarrow key
!!   Shift-BS is Symbol BackSpace
!!   Alt-BS   is Symbol DeleteWord
!! Remove key is Symbol Delete
!!
keycode  22 = BackSpace
keycode 107 = Delete

!!
!! Right control key is Control or, if shifted, Compose
!!
remove control = Control_R
keycode 109 = Control_R Multi_key
add control = Control_R

!!
!! WIN95 keys: WIN left and WIN right
!!       we overwrite Meta_L and Meta_R or Multi_key
!!       to avoid confusion with older keyboards.
!!
clear  mod4
keycode 115 = Super_L
keycode 116 = Super_R Multi_key
add    mod4 = Super_L Super_R

!!
!!   and WIN menu
!!
keycode 117 = Menu

